//==============================================================================
// Avenger_anim.txt
//==============================================================================

//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Glow Small
      }
   }
}

//==============================================================================
define egyptbirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX E Myth Unit Birth Effect
      }
   }
}

//==============================================================================
define swoosh
{
   set hotspot
   {
      version
      {
         Visualparticle Attachments A Sword Swoosh
      }
   }
}

//=============================================================================
anim Birth
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special E Avenger_BirthA
				connect HOTSPOT egyptbirthSFX hotspot
				connect hotspot eclipseSFX hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//=============================================================================
anim Idle
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special E Avenger_idleA
				connect hotspot eclipseSFX hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special E Avenger_boredA
				connect hotspot eclipseSFX hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}


//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special E Avenger_DeathA
				connect hotspot eclipseSFX hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Special E Avenger_WalkA
	//-- auto generated by the bang animation tool
	//-- do not hand edit these values
							tag FootstepLeft 0.30 true   
							tag FootstepRight 0.80 true   
				connect hotspot eclipseSFX hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Special E Avenger_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.42 true   
                  tag GenericSound 0.60 true   
                  tag SpecificSoundSet 0.35 false SwordSwing checkVisible 
//-- end auto generated section
				connect hotspot eclipseSFX hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
		set hotspot
      {
         version
         {
				Visual Special E Avenger_AttackB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.60 true   
                  tag GenericSound 0.60 true   
                  tag SpecificSoundSet 0.35 false SwordSwing checkVisible 
                  tag SpecificSoundSet 0.63 false MetalSlice checkVisible 
//-- end auto generated section
				connect hotspot eclipseSFX hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim whirlwindAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual Special E Avenger_whirlwind
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.60 true   
            tag GenericSound 0.60 true   
            tag SpecificSoundSet 0.25 false SwordSwing checkVisible 
            tag SpecificSoundSet 0.37 false SwordSwing checkVisible 
            tag SpecificSoundSet 0.51 false SwordSwing checkVisible 
            tag SpecificSoundSet 0.67 false SwordSwing checkVisible 
            tag SpecificSoundSet 0.84 false SwordSwing checkVisible 
//-- end auto generated section
				connect ATTACHPOINT swoosh hotspot
//				connect LEFTHAND swoosh hotspot
				connect hotspot eclipseSFX hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special E Avenger_FlailA
				connect hotspot eclipseSFX hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}




